home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue32 / multiple / MultForm.dfm / MultForm.txt
Encoding:
Text File  |  1997-11-24  |  2.6 KB  |  141 lines

  1. object FormAnimMi: TFormAnimMi
  2.   Left = 194
  3.   Top = 116
  4.   Width = 596
  5.   Height = 305
  6.   Caption = 'Anim MI'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 44
  20.     Height = 13
  21.     Caption = 'Objects'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 440
  31.     Top = 16
  32.     Width = 58
  33.     Height = 13
  34.     Caption = 'Interfaces'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object BtnKind: TButton
  43.     Left = 8
  44.     Top = 40
  45.     Width = 145
  46.     Height = 25
  47.     Caption = 'Animals kind'
  48.     TabOrder = 0
  49.     OnClick = BtnKindClick
  50.   end
  51.   object BtnFly: TButton
  52.     Left = 8
  53.     Top = 72
  54.     Width = 145
  55.     Height = 25
  56.     Caption = 'Animals fly'
  57.     TabOrder = 1
  58.     OnClick = BtnFlyClick
  59.   end
  60.   object Memo1: TMemo
  61.     Left = 160
  62.     Top = 16
  63.     Width = 265
  64.     Height = 249
  65.     ScrollBars = ssVertical
  66.     TabOrder = 2
  67.   end
  68.   object BtnSwim: TButton
  69.     Left = 8
  70.     Top = 104
  71.     Width = 145
  72.     Height = 25
  73.     Caption = 'Animals swim '
  74.     TabOrder = 3
  75.     OnClick = BtnSwimClick
  76.   end
  77.   object BtnWalk: TButton
  78.     Left = 8
  79.     Top = 136
  80.     Width = 145
  81.     Height = 25
  82.     Caption = 'Animals walk'
  83.     TabOrder = 4
  84.     OnClick = BtnWalkClick
  85.   end
  86.   object BtnDuck: TButton
  87.     Left = 8
  88.     Top = 184
  89.     Width = 145
  90.     Height = 25
  91.     Caption = 'As Duck'
  92.     TabOrder = 5
  93.     OnClick = BtnDuckClick
  94.   end
  95.   object BtnKindI: TButton
  96.     Left = 440
  97.     Top = 40
  98.     Width = 145
  99.     Height = 25
  100.     Caption = 'Animals kind'
  101.     TabOrder = 6
  102.     OnClick = BtnKindIClick
  103.   end
  104.   object BtnFlyI: TButton
  105.     Left = 440
  106.     Top = 72
  107.     Width = 145
  108.     Height = 25
  109.     Caption = 'Animals fly'
  110.     TabOrder = 7
  111.     OnClick = BtnFlyIClick
  112.   end
  113.   object BtnSwimI: TButton
  114.     Left = 440
  115.     Top = 104
  116.     Width = 145
  117.     Height = 25
  118.     Caption = 'Animals swim '
  119.     TabOrder = 8
  120.     OnClick = BtnSwimIClick
  121.   end
  122.   object BtnWalkI: TButton
  123.     Left = 440
  124.     Top = 136
  125.     Width = 145
  126.     Height = 25
  127.     Caption = 'Animals walk'
  128.     TabOrder = 9
  129.     OnClick = BtnWalkIClick
  130.   end
  131.   object BtnMammalsI: TButton
  132.     Left = 440
  133.     Top = 184
  134.     Width = 145
  135.     Height = 25
  136.     Caption = 'List Mammals'
  137.     TabOrder = 10
  138.     OnClick = BtnMammalsIClick
  139.   end
  140. end
  141.